home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / share / doc / wget / README < prev   
Text File  |  2008-04-27  |  4KB  |  90 lines

  1.                                                           -*- text -*-
  2. GNU Wget
  3. ========
  4.                   Current Web home: http://www.gnu.org/software/wget/
  5.  
  6. GNU Wget is a free utility for non-interactive download of files from
  7. the Web.  It supports HTTP, HTTPS, and FTP protocols, as well as
  8. retrieval through HTTP proxies.
  9.  
  10. It can follow links in HTML pages and create local versions of remote
  11. web sites, fully recreating the directory structure of the original
  12. site.  This is sometimes referred to as "recursive downloading."
  13. While doing that, Wget respects the Robot Exclusion Standard
  14. (/robots.txt).  Wget can be instructed to convert the links in
  15. downloaded HTML files to the local files for offline viewing.
  16.  
  17. Recursive downloading also works with FTP, where Wget can retrieves a
  18. hierarchy of directories and files.
  19.  
  20. With both HTTP and FTP, Wget can check whether a remote file has
  21. changed on the server since the previous run, and only download the
  22. newer files.
  23.  
  24. Wget has been designed for robustness over slow or unstable network
  25. connections; if a download fails due to a network problem, it will
  26. keep retrying until the whole file has been retrieved.  If the server
  27. supports regetting, it will instruct the server to continue the
  28. download from where it left off.
  29.  
  30. If you are behind a firewall that requires the use of a socks style
  31. gateway, you can get the socks library and compile wget with support
  32. for socks.
  33.  
  34. Most of the features are configurable, either through command-line
  35. options, or via initialization file .wgetrc.  Wget allows you to
  36. install a global startup file (/usr/local/etc/wgetrc by default) for
  37. site settings.
  38.  
  39. Wget works under almost all Unix variants in use today and, unlike
  40. many of its historical predecessors, is written entirely in C, thus
  41. requiring no additional software, such as Perl.  The external software
  42. it does work with, such as OpenSSL, is optional.  As Wget uses the GNU
  43. Autoconf, it is easily built on and ported to new Unix-like systems.
  44. The installation procedure is described in the INSTALL file.
  45.  
  46. As with other GNU software, the latest version of Wget can be found at
  47. the master GNU archive site ftp.gnu.org, and its mirrors.  Wget
  48. resides at <ftp://ftp.gnu.org/pub/gnu/wget/>.
  49.  
  50. Please report bugs in Wget to <bug-wget@gnu.org>.
  51.  
  52. See the file `MAILING-LIST' for information about Wget mailing lists.
  53. Wget's home page is at <http://www.gnu.org/software/wget/>.
  54.  
  55. MAINTAINER: Micah Cowan <micah@cowan.name>
  56.  
  57. Wget was originally written and mainained by Hrvoje Niksic.  Please see
  58. the file AUTHORS for a list of major contributors, and the ChangeLogs
  59. for a detailed listing of all contributions.
  60.  
  61.  
  62. Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004
  63. 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
  64.  
  65. This program is free software; you can redistribute it and/or modify
  66. it under the terms of the GNU General Public License as published by
  67. the Free Software Foundation; either version 3 of the License, or
  68. (at your option) any later version.
  69.  
  70. This program is distributed in the hope that it will be useful,
  71. but WITHOUT ANY WARRANTY; without even the implied warranty of
  72. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  73. GNU General Public License for more details.
  74.  
  75. You should have received a copy of the GNU General Public License
  76. along with this program; if not, write to the Free Software
  77. Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301
  78. USA.
  79.  
  80. Additional permission under GNU GPL version 3 section 7
  81.  
  82. If you modify this program, or any covered work, by linking or
  83. combining it with the OpenSSL project's OpenSSL library (or a
  84. modified version of that library), containing parts covered by the
  85. terms of the OpenSSL or SSLeay licenses, the Free Software Foundation
  86. grants you additional permission to convey the resulting work.
  87. Corresponding Source for a non-source form of such a combination
  88. shall include the source code for the parts of OpenSSL used as well
  89. as that of the covered work.
  90.